|
Server : LiteSpeed System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64 User : idnco5810 ( 1093) PHP Version : 8.2.29 Disable Function : NONE Directory : /usr/share/gdb/python/gdb/printer/__pycache__/ |
Upload File : |
o
��nb� � @ sH d dl Z d dlZe jd dkreZeZG dd� d�Zej �
dde� dS )� N� c @ s e Zd ZdZdd� Zdd� ZdS )�MpxBound128Printerz:Adds size field to a mpx __gdb_builtin_type_bound128 type.c C s
|| _ d S )N)�val)�selfr � r �4/usr/share/gdb/python/gdb/printer/bound_registers.py�__init__ s
zMpxBound128Printer.__init__c C sB | j d }| j d }t|| �}|dkr|d }d|||f }|S )N�ubound�lbound���� z${lbound = %s, ubound = %s} : size %s)r �long)r �upper�lower�size�resultr r r � to_string! s
zMpxBound128Printer.to_stringN)�__name__�
__module__�__qualname__�__doc__r r r r r r r s r �mpx_bound128z^builtin_type_bound128)�sys�gdb.printing�gdb�version_info�str�
basestring�intr
r �printing�add_builtin_pretty_printerr r r r �<module> s �